home *** CD-ROM | disk | FTP | other *** search
- Subject: table size
- Sent: 3/29/96 11:56 AM
- Received: 3/29/96 11:01 AM
- From: Brian Hess, sasrbh@unx.sas.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
-
- I'm working on a part that goes out to our native data sets
- and presents the data in tabular format. The data sets that
- I read can have millions of observations. The problem comes
- in in my frame's AdjustSubViews method. I get the content
- view and then need to call the view's SetExtent method to
- indicate the size of the table. The extent size takes a
- FW_CPoint to indicate maximum width and height of the table, and
- the point uses FW_CFixed to hold each value. I believe that
- the maximum value a FW_CFixed value can hold is the maximum
- size representable by a signed short (32767). So how do I
- indicate a table much larger than this? I assume if I have
- a 3 million oberservation table, and each row is 18 pixels
- high, I would need to indicate a value of 54 million. How
- do I set the extent of the table?
-
- Thanks,
- Brian Hess
- SAS Institute Inc.
-